FLIP SPRITE
This command will vertically flip the visible image of the specified sprite.
FLIP SPRITE Sprite Number
Sprite Number
Integer
The command will vertically flip the visible image of the specified sprite
This command does not return a value.
The image itself is untouched, but the specified sprite will be drawn upside down. The parameter should be specified using an integer value.
cls
load image "man.bmp",1
sprite 1,100,100,1
wait 1000*8
flip sprite 1
do
loop
end
SPRITE Commands Menu
Index